Structured Random Generator

This uses your function

y = ((sin(x^(1/n))+err1)/(sin(x^(1/(n+1)))+err2+δ)) + ((cos(x^(1/n))+err3)/(cos(x^(1/(n-1)))+err4+δ))

with small random perturbations, integer mapping, prime analysis, and feedback mode where the previous output can become the next x.
0.0050
0.000100
Try 255, 1023, 65535, or 1048575 for different binary widths.
1.00
Lower values soften the jump in x between iterations.
Model
y(x,n)=
((sin(x^(1/n))+err1)/(sin(x^(1/(n+1)))+err2+δ)) + ((cos(x^(1/n))+err3)/(cos(x^(1/(n-1)))+err4+δ))

Output

--
Raw y
--
Mapped [0,1]
--
Sine Ratio
--
Cosine Ratio
--
Errors
--
Integer / Binary
--
Prime Status
--
Nearest Primes
--

Binary Stream

--

History